home *** CD-ROM | disk | FTP | other *** search
- //{{NO_DEPENDENCIES}}
- //
- // File: ComResource.h
- //
- // Contains: Application-specific resource definitions for VRScript application.
- // This file is used for ***BOTH*** MacOS and Windows.
- //
- // Written by: Tim Monroe
- //
- // Copyright: © 1997 by Apple Computer, Inc., all rights reserved.
- //
- //
- #define IDS_APPNAME 1
- #define IDS_DESCRIPTION 2
- #define WINDOWMENU 2
- #define IDS_FILTERSTRING 3
- #define IDS_SAVEDIALOG 2000
- #define IDI_APPICON 101
- #define IDI_CHILDICON 102
- #define IDD_ABOUT 103
- #define IDS_FILEMENU 1000
- #define IDM_FILENEW 1001
- #define IDM_FILEOPEN 1002
- #define IDM_FILECLOSE 1005
- #define IDM_FILESAVE 1007
- #define IDM_FILESAVEAS 1008
- #define IDM_EXIT 1009
- #define IDS_EDITMENU 1100
- #define IDM_EDITUNDO 1101
- #define IDM_EDITCUT 1102
- #define IDM_EDITCOPY 1103
- #define IDM_EDITPASTE 1104
- #define IDM_EDITCLEAR 1105
- #define IDM_EDITSELECTALL 1106
- #define IDM_PREFERENCES 33290 // mEdit<<8 + iPreferences
-
- #define IDS_TESTMENU 1200
- #define IDM_CONTROLLER 1201
- #define IDM_SPEAKER_BUTTON 1202
- #define IDM_BACK_BUTTON 1203
- #define IDM_ZOOM_BUTTONS 1204
- #define IDM_HOTSPOT_BUTTON 1205
- #define IDM_TRANSLATE_BUTTON 1206
- #define IDS_WINDOWMENU 1300
- #define IDM_WINDOWTILE 1301
- #define IDM_WINDOWCASCADE 1302
- #define IDM_WINDOWCLOSEALL 1303
- #define IDM_WINDOWICONS 1304
- #define IDM_WINDOWCHILD 1310
- #define IDS_HELPMENU 1400
- #define IDM_ABOUT 1401
- #define IDC_STATIC -1
-
- // Next default values for new objects
- //
- #ifdef APSTUDIO_INVOKED
- #ifndef APSTUDIO_READONLY_SYMBOLS
- #define _APS_NO_MFC 1
- #define _APS_NEXT_RESOURCE_VALUE 104
- #define _APS_NEXT_COMMAND_VALUE 40001
- #define _APS_NEXT_CONTROL_VALUE 1000
- #define _APS_NEXT_SYMED_VALUE 101
- #endif
- #endif
-